getDeviceID
sop4618_SSourcesop4618_SgetDeviceID
Description Source Call Graph
Start Line: 96
String sop4618_S::getDeviceID()
{
  flush();
  puts("\e[?31d");
  delay(50);
  return readString();
}